home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / modelers / geomview / source.lha / Geomview / src / bin / pssnap / next / Makedefs < prev    next >
Encoding:
Text File  |  1993-11-01  |  677 b   |  18 lines

  1. # Wish we could simply say
  2. # DISTFILES = ${SRCFILES} ${SUPPORTFILES}
  3. # But no -- SUPPORTFILES mentions things like 'makefile' and 'SGS_ENV',
  4. # and SRCFILES includes ${OTHER_SOURCEFILES}, which mentions all the
  5. # ../common files.
  6. # So we copy here all but ${OTHER_SOURCEFILES} from the SRCFILES macro
  7. # and all the relevant pieces from SUPPORTFILES.
  8.  
  9.  
  10. SOURCES = ${CLASSES} ${MFILES} ${CFILES} ${HFILES} ${PSWFILES} \
  11.         ${PSWMFILES} ${GLOBAL_RESOURCES} ${OTHERSRCS} ${OTHERLINKED}
  12. LPROJ = English.lproj
  13. NIBS =  ${LPROJ}/pssnap.nib
  14.  
  15. DISTFILES = ${SOURCES} ${NIBS} \
  16.         Makefile.preamble Makefile.postamble PB.project Mkdep \
  17.         .geomview-pssnap pssnap.iconheader pssnap.tiff O.next
  18.